Part Number Hot Search : 
ANTXMX LMH6611 HC373 74HC323 N4732 2SA1493 ACT9200 G03H120
Product Description
Full Text Search
 

To Download PIC16C74A-JW Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  ? 2001 microchip technology inc. ds80089a-page 1 pic16c74a the pic16c74a (rev. a) parts you have received con- form functionally to the device data sheet (ds30390 e ), except for the anomalies described below. all the problems listed here will be addressed in future revisions of the pic16c74a silicon. 1. module: 8-bit a/d module if the analog port is configured so that all analog pins are digital inputs (pcfg2:pcfg0 = 11x ), then doing a conversion on any pin of the analog port will give a result of adres = 0xff. work around configure the pcfg2:pcfg0 bits to a value that has any pin of the analog port configured as an analog input (such as pcfg2:pcfg0 = 100 ). conversion on any pin of the analog port (analog or digital) will now convert as expected. 2. module: ccp (compare mode) the compare mode may not operate as expected when configuring the compare match to drive the i/o pin low (ccpxm<3:0> = 1001 ). when the ccp module is changed to compare output low (ccpxm<3:0> = 1001 ) from any other non-compare ccp mode, the i/o pin will immedi- ately be driven low, regardless of the state of the i/o data latch. the pin will remain low when the compare match occurs (see table 1). however, when the ccp module is changed to compare output high (ccpxm<3:0> = 1000 ) from any other ccp mode, the i/o pin will immediately be driven low, regardless of the state of the i/o data latch. the pin will be driven high when the compare match occurs. table 1: compare output low switching work around to have the i/o pin high until the compare match low occurs, force a compare match high to get the i/o pin into the high state, then reconfigure the compare match to force the i/o low when the com- pare condition occurs. ccp mode ccpxm<3:0> = i/o pin state change ccp to ccpxm<3:0> = 1001 1000 0xxx hll lll 1000 hh? ll? 1001 h?l l?l 101x hll lll 11xx hll lll pic16c74a rev. a silicon errata sheet
pic16c74a ds80089a-page 2 ? 2001 microchip technology inc. 3. module: ccp (compare mode) the special event trigger of the compare mode may not occur if both of the following conditions exist:  an instruction, one cycle (t cy ) prior to a timer1/compare register match has literal data equal to the address of a ccp register being used. specific cases include:  an instruction in the same cycle as a timer1/compare register match has an msb of ? 0 ? . the interrupt for the compare event will still be generated, but no special event trigger will occur. work around use the interrupt service routine instead of using the special event trigger to reset timer1 (and start an a/d conversion, if applicable). 4. module: ssp (spi mode) when the spi is using timer2/2 as the clock source, a shorter than expected sck pulse may occur on the first bit of the transmitted/received data (figure 1). figure 1: sck pulse variation using timer2/2 work around to avoid producing the short pulse, turn off timer2 and clear the tmr2 register, load the sspbuf with the data to transmit, and then turn timer2 back on. refer to example 1 for sample code. example 1: avoiding the initial short sck pulse 5. module: ssp module (i 2 c? mode) if the bus is active when the i 2 c mode is enabled, and the next 8 bits of data on the bus match the address of the device, then the ssp module will generate an acknowledge pulse. work around before enabling the i 2 c mode, ensure that the bus is not active. 6. module: timer0 the tmr0 register may increment when the wdt postscaler is switched to the timer0 prescaler. if tmr0 = ffh, this will cause tmr0 to overflow (setting t0if). work around follow the following sequence: a) read the 8-bit tmr0 register into the w register b) clear the tmr0 register c) assign wdt postscaler to timer0 d) write w register to tmr0 unit register literal data ccp1 ccpr1l 15h ccpr1h 16h ccp1con 17h ccp2 ccpr2l 1bh ccpr2h 1ch ccp2c0n 1dh sd0 sck write sspbuf bit0=1 bit1=0 bit2=1 . . . . bsf status, rp0 ;bank 1 loop btfss sspstat,bf ;data received? ;(xmit complete?) goto loop ;no bcf status, rp0 ;bank 0 movf sspbuf, w ;w = sspbuf movwf rxdata ;save in user ram movf txdata, w ;w = txdata bcf t2con, tmr2on ;timer2 off clr tmr2 ;clear timer2 movwf sspbuf ;xmit new data bsf t2con, tmr2on ;timer2 on
? 2001 microchip technology inc. ds80089a-page 3 pic16c74a 7. module: timer1 the timer1 value may unexpectedly increment if either the tmr1h, or the tmr1l register is writ- ten. if timer1 is on and then turned off, perform- ing any write instruction with tmr1h as the destination, may cause tmr1l to increment. example 2: tmr1l increment (case 1) example 3: tmr1l increment (case 2) if timer1 is on and then turned off when tmr1h:tmr1l = xx:ff, performing any write instruction with tmr1l as the destination may cause tmr1h to increment. example 4: tmr1h increment work around to preserve timer1 register values: a) read timer1 register values into ? shadow ? registers. b) perform any write instruction(s) on the shadow registers. c) write the shadow register values back into the timer1 registers. 8. module: usart when the usart (sci) is configured in asynchro- nous mode with the brgh bit set, a high number of receive errors may be experienced. for asyn- chronous receive operations, it is recommended that the usart be configured with the brgh bit cleared. bsf t1con, tmr1on : bcf t1con, tmr1on movf tmr1h, 1 tmr1 value before movf instruction: tmr1h:tmr1l = 3f:00 tmr1 value after movf instruction: tmr1h:tmr1l = 3f:01 bsf t1con, tmr1on : bcf t1con, tmr1on movf tmr1h, 1 tmr1 value before movf instruction: tmr1h:tmr1l = ff:ff tmr1 value after movf instruction: tmr1h:tmr1l = ff:00 bsf t1con, tmr1on bcf t1con, tmr1on clrf tmr1l tmr1 value before clrf instruction: tmr1h:tmr1l = ff:ff tmr1 value after clrf instruction: tmr1h:tmr1l = 00:00 (tmr1if is not set.)
pic16c74a ds80089a-page 4 ? 2001 microchip technology inc. clarifications/corrections to the data sheet: in the device data sheet (ds30390 e ), the following clarifications and corrections should be noted. 1. module: i/o ports the specification for the high voltage open drain i/o (parameter d150, the ra4 pin) cannot be met without possible long term reliability issues on that i/o pin. if a high voltage drive is required, use an external transistor that can support the required voltage. the new value is shown in table 1. table 1: dc specification changes from data sheet 2. module: 8-bit a/d the minimum a/d reference voltage (parameter a20) has been improved. the new value is shown in table 2. table 2: dc specification changes from data sheet param no. sym. characteristic new specification data sheet specification units min typ max min typ max d150 v od ra4 open drain high voltage ?? 10 ?? 14 v param no. sym. characteristic new specification data sheet specification units min typ max min typ max a20 v ref reference voltage 2.5* ? v dd + 0.3 v 3.0 ? v dd + 0.3 v v * this parameter is characterized but not tested.
? 2001 microchip technology inc. ds80089a-page 5 pic16c74a 3. module: ssp (spi tm mode timing specifications) the spi interface timings (parameters 71, 71a, 72, 72a, 73, and 73a) have been modified. the new values are shown in table 3. table 3: dc specification changes from data sheet 4. module: timer1 the operation of timer1 needs some clarification when the timer registers are written when the tmr1on bit is set. the internal clock signal that is the input to the tmr1 prescaler affects the incrementing of timer1 (tmr1h:tmr1l registers and the timer1 pres- caler). when the timer1 registers are not written, the timer1 will increment on the rising edge of the tmr1 increment clock. when the tmr1h and/or tmr1l registers are written while this clock is high, tmr1 will incre- ment on the next rising edge of this clock. when the tmr1h and/or tmr1l registers are written while this clock is low, tmr1 will not incre- ment on the next rising edge of this clock, but must first have a falling clock and the rising clock, for tmr1 to increment. figure 1 shows the two cases of writes to the tmr1h and/or tmr1l registers. due to the v ih and v il thresholds on the oscillator/clock pins, external timer1 oscillator components, and exter- nal clock frequency, the timer1 increment clock may not be of a 50% duty cycle. the tmr1 increment clock is out of phase of the t1oso/t1cki pin by a small propagation delay. figure 1: writes to timer1 (external clock/oscillator mode) param no. sym. characteristic new specification data sheet specification units min typ max min typ max 71 t sc h sck input high time (slave mode) continuous 1.25 t cy + 30 ns ?? t cy + 20 ns ?? ns 71a single byte (1) 40 ?? n.a. ns 72 t sc l sck input low time (slave mode) continuous 1.25 t cy + 30 ns ?? t cy + 20 ns ?? ns 72a single byte (1) 40 ?? n.a. ns 73a t b 2 b last clock edge of the byte1 to 1st clock edge of the byte2 (1) 1.5 t cy + 40 ns ?? n.a. ns * this parameter is characterized but not tested. note 1: specification 73a is only required if specifications 71a and 72a are used. tmr1 increment write to tmr1h tmr1h:tmr1l increments write to tmr1h tmr1h:tmr1l increments clock (input to prescaler) and/or tmr1l register(s) and/or tmr1l register(s)
pic16c74a ds80089a-page 6 ? 2001 microchip technology inc. 5. module: rc oscillator the table for rc oscillator frequencies in the device characterization section of the data sheet is incorrect. the correct characterization informa- tion is shown in table 4. table 4: rc oscillator frequencies characterization changes from data sheet 6. module: brown-out reset (bor) the levels specified for the bor module thresh- olds (parameter d005) have changed. the new values are shown in table 5. . c ext r ext correct characterization data current data sheet values average % variation average % variation 22 pf 5.1 k 3.55 mhz 9.63% 4.12 mhz 1.4% 10 k 1.99 mhz 10.53% 2.35 mhz 1.4% 100 k 221.9 khz 12.10% 268 khz 1.1% 100 pf 3.3 k 1.77 mhz 10.67% 1.80 mhz 1.0% 5.1 k 1.22 mhz 10.41% 1.27 mhz 1.0% 10 k 669.4 khz 10.92% 688 khz 1.2% 100 k 71.5 khz 11.21% 77.2 khz 1.0% 330 pf 3.3 k 625.1 khz 10.68% 707 khz 1.4% 5.1 k 428.5 khz 10.96% 501 khz 1.2% 10 k 231.9 khz 11.32% 269 khz 1.6% 100 k 24.4 khz 12.93% 28.3 khz 1.1% the percentage variation indicated here is part-to-part variation due to normal process distribution. the variation indicated is 3 standard deviation from the average value for v dd = 5v. table 5: minimum and maximum bor reset voltages param no. sym. characteristic new specification data sheet specification units min typ max min typ max d005 v bor brown-out reset voltage 3.65 ? 4.35 3.70 ? 4.30 v
? 2001 microchip technology inc. ds80089a - page 7 ? all rights reserved. copyright ? 2001, microchip technology incorporated, usa. information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded by updates. no rep- resentation or warranty is given and no liability is assumed by microchip technology incorporated with respect to the accu- racy or use of such information, or infringement of patents or other intellectual property rights arising from such use or oth- erwise. use of microchip ? s products as critical components in life support systems is not authorized except with express written approval by microchip. no licenses are conveyed, implicitly or otherwise, under any intellectual property rights. the microchip logo and name are registered trademarks of microchip technology inc. in the u.s.a. and other countries. all rights reserved. all other trademarks mentioned herein are the property of their respective companies. no licenses are conveyed, implicitly or otherwise, under any intellectual prop- erty rights. ? trademarks the microchip name, logo, pic, picmicro, picmaster, pic- start, pro mate, k ee l oq , seeval, mplab and the embedded control solutions company are registered trade- marks of microchip technology incorporated in the u.s.a. and other countries. total endurance, icsp, in-circuit serial programming, filter- lab, mxdev, microid, flex rom, fuzzy lab, mpasm, mplink, mplib, picdem, icepic, migratable memory, fansense, economonitor, selectmode and microport are trademarks of microchip technology incorporated in the u.s.a. serialized quick term programming (sqtp) is a service mark of microchip technology incorporated in the u.s.a. all other trademarks mentioned herein are property of their respective companies. ? 2001, microchip technology incorporated, printed in the u.s.a., all rights reserved. microchip received qs-9000 quality system certification for its worldwide headquarters, design and wafer fabrication facilities in chandler and tempe, arizona in july 1999. the company?s quality system processes and procedures are qs-9000 compliant for its picmicro ? 8-bit mcus, k ee l oq ? code hopping devices, serial eeproms and microperipheral products. in addition, microchip ? s quality system for the design and manufacture of development systems is iso 9001 certified.
information contained in this publication regarding device applications and the like is intended through suggestion only and ma y be superseded by updates. it is your responsibility to ensure that your application meets with your specifications. no representation or warrant y is given and no liability is assumed by microchip technology incorporated with respect to the accuracy or use of such information, or infringement of patent s or other intellectual property rights arising from such use or otherwise. use of microchip ? s products as critical components in life support systems is not authorized except with express written approval by microchip. no licenses are conveyed, implicitly or otherwise, except as maybe explicitly expressed herein, under any intellec- tual property rights. the microchip logo and name are registered trademarks of microchip technology inc. in the u.s.a. and othe r countries. all rights reserved. all other trademarks mentioned herein are the property of their respective companies. ds80089a-page 8 ? 2001 microchip technology inc. all rights reserved. ? 2001 microchip technology incorporated. printed in the usa. 2/01 printed on recycled paper. americas corporate office 2355 west chandler blvd. chandler, az 85224-6199 tel: 480-792-7200 fax: 480-792-7277 technical support: 480-792-7627 web address: http://www.microchip.com rocky mountain 2355 west chandler blvd. chandler, az 85224-6199 tel: 480-792-7966 fax: 480-792-7456 atlanta 500 sugar mill road, suite 200b atlanta, ga 30350 tel: 770-640-0034 fax: 770-640-0307 austin analog product sales 8303 mopac expressway north suite a-201 austin, tx 78759 tel: 512-345-2030 fax: 512-345-6085 boston 2 lan drive, suite 120 westford, ma 01886 tel: 978-692-3848 fax: 978-692-3821 boston analog product sales unit a-8-1 millbrook tarry condominium 97 lowell road concord, ma 01742 tel: 978-371-6400 fax: 978-371-0050 chicago 333 pierce road, suite 180 itasca, il 60143 tel: 630-285-0071 fax: 630-285-0075 dallas 4570 westgrove drive, suite 160 addison, tx 75001 tel: 972-818-7423 fax: 972-818-2924 dayton two prestige place, suite 130 miamisburg, oh 45342 tel: 937-291-1654 fax: 937-291-9175 detroit tri-atria office building 32255 northwestern highway, suite 190 farmington hills, mi 48334 tel: 248-538-2250 fax: 248-538-2260 los angeles 18201 von karman, suite 1090 irvine, ca 92612 tel: 949-263-1888 fax: 949-263-1338 mountain view analog product sales 1300 terra bella avenue mountain view, ca 94043-1836 tel: 650-968-9241 fax: 650-967-1590 new york 150 motor parkway, suite 202 hauppauge, ny 11788 tel: 631-273-5305 fax: 631-273-5335 san jose microchip technology inc. 2107 north first street, suite 590 san jose, ca 95131 tel: 408-436-7950 fax: 408-436-7955 toronto 6285 northam drive, suite 108 mississauga, ontario l4v 1x5, canada tel: 905-673-0699 fax: 905-673-6509 asia/pacific australia microchip technology australia pty ltd suite 22, 41 rawson street epping 2121, nsw australia tel: 61-2-9868-6733 fax: 61-2-9868-6755 china - beijing microchip technology beijing office unit 915 new china hong kong manhattan bldg. no. 6 chaoyangmen beidajie beijing, 100027, no. china tel: 86-10-85282100 fax: 86-10-85282104 china - shanghai microchip technology shanghai office room 701, bldg. b far east international plaza no. 317 xian xia road shanghai, 200051 tel: 86-21-6275-5700 fax: 86-21-6275-5060 hong kong microchip asia pacific rm 2101, tower 2, metroplaza 223 hing fong road kwai fong, n.t., hong kong tel: 852-2401-1200 fax: 852-2401-3431 india microchip technology inc. india liaison office divyasree chambers 1 floor, wing a (a3/a4) no. 11, o ? shaugnessey road bangalore, 560 025, india tel: 91-80-2290061 fax: 91-80-2290062 japan microchip technology intl. inc. benex s-1 6f 3-18-20, shinyokohama kohoku-ku, yokohama-shi kanagawa, 222-0033, japan tel: 81-45-471- 6166 fax: 81-45-471-6122 asia/pacific (continued) korea microchip technology korea 168-1, youngbo bldg. 3 floor samsung-dong, kangnam-ku seoul, korea tel: 82-2-554-7200 fax: 82-2-558-5934 singapore microchip technology singapore pte ltd. 200 middle road #07-02 prime centre singapore, 188980 tel: 65-334-8870 fax: 65-334-8850 taiwan microchip technology taiwan 11f-3, no. 207 tung hua north road taipei, 105, taiwan tel: 886-2-2717-7175 fax: 886-2-2545-0139 europe denmark microchip technology denmark aps regus business centre lautrup hoj 1-3 ballerup dk-2750 denmark tel: 45 4420 9895 fax: 45 4420 9910 france arizona microchip technology sarl parc d ? activite du moulin de massy 43 rue du saule trapu batiment a - ler etage 91300 massy, france tel: 33-1-69-53-63-20 fax: 33-1-69-30-90-79 germany arizona microchip technology gmbh gustav-heinemann ring 125 d-81739 munich, germany tel: 49-89-627-144 0 fax: 49-89-627-144-44 germany analog product sales lochhamer strasse 13 d-82152 martinsried, germany tel: 49-89-895650-0 fax: 49-89-895650-22 italy arizona microchip technology srl centro direzionale colleoni palazzo taurus 1 v. le colleoni 1 20041 agrate brianza milan, italy tel: 39-039-65791-1 fax: 39-039-6899883 united kingdom arizona microchip technology ltd. 505 eskdale road winnersh triangle wokingham berkshire, england rg41 5tu tel: 44 118 921 5869 fax: 44-118 921-5820 01/30/01 w orldwide s ales and s ervice


▲Up To Search▲   

 
Price & Availability of PIC16C74A-JW

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X